home *** CD-ROM | disk | FTP | other *** search
/ Battle of the Superstars / Battle of the Superstars.iso / mac / Battle of the Superstars / Battle of the Superstars.DXR / 00081.ls < prev    next >
Encoding:
Text File  |  1995-08-21  |  331 b   |  23 lines

  1. on exitFrame
  2.   if rollOver(5) then
  3.     go("D1SIT1")
  4.   end if
  5.   if rollOver(6) then
  6.     go("D1SIT2")
  7.   end if
  8.   if rollOver(7) then
  9.     go("D1SIT3")
  10.   end if
  11.   if rollOver(8) then
  12.     go("D1SIT4")
  13.   end if
  14.   if rollOver(9) then
  15.     go("D1SIT5")
  16.   end if
  17.   if rollOver(10) then
  18.     go("D1SIT6")
  19.   else
  20.     go(the frame)
  21.   end if
  22. end
  23.